ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.Chart Namespace / _BasePointView<TOwnerView> Class / items Property

In This Topic
    items Property (_BasePointView<TOwnerView>)
    In This Topic
    Syntax
    'Declaration
     
    Public ReadOnly Property items As List(Of Object)
    public List<object> items {get;}
    See Also